Skip to content

bpo-36511: fix -u parameters#14280

Merged
zooba merged 1 commit intopython:masterfrom
paulmon:buildbot_worker
Jun 21, 2019
Merged

bpo-36511: fix -u parameters#14280
zooba merged 1 commit intopython:masterfrom
paulmon:buildbot_worker

Conversation

@paulmon
Copy link
Contributor

@paulmon paulmon commented Jun 20, 2019

Based on the buildbot log output
-unetwork,decimal,subprocess,urlfetch,tzdata
is being transformed to
-unetwork decimal subprocess urlfetch tzdata

Notice the missing commas. I don't know if this is causing the current failures but it seems incorrect.
Also, I'm not sure why this didn't go in the build master config instead of the .bat file. Maybe it should be moved if this fixes something.

@zooba @zware

https://bugs.python.org/issue36511

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants